Click or drag to resize
TableServercalcul_Medium_point Method
public Function to calculate the medium point of list of points. the List of points objects. this function return type is Point Object Type.

Namespace: TangibleFramework
Assembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static Point calcul_Medium_point(
	List<Point> ListPoint
)

Parameters

ListPoint
Type: System.Collections.GenericListPoint

Return Value

Type: Point
See Also